[INFO] cloning repository https://github.com/tmbb/kde_diffusion
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmbb/kde_diffusion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmbb%2Fkde_diffusion", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmbb%2Fkde_diffusion'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be6840f259d6ea64791472f67f0a97941a2ff110
[INFO] checking tmbb/kde_diffusion against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmbb%2Fkde_diffusion" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tmbb/kde_diffusion
[INFO] finished tweaking git repo https://github.com/tmbb/kde_diffusion
[INFO] tweaked toml for git repo https://github.com/tmbb/kde_diffusion written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tmbb/kde_diffusion on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tmbb/kde_diffusion already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051
[INFO] running `Command { std: "docker" "start" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking zlib-rs v0.5.1
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling liblzma-sys v0.4.4
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking libz-rs-sys v0.5.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking zopfli v0.8.2
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling ndarray v0.13.1
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking debugid v0.7.3
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking matrixmultiply v0.2.4
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]    Compiling symbolic-demangle v8.8.0
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]     Checking rustc-demangle v0.1.25
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking symbolic-common v8.8.0
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.13.1/src/dimension/dimension_trait.rs:428:5
[INFO] [stdout]     |
[INFO] [stdout] 428 |     #[inline]
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[inline]` can only be applied to functions
[INFO] [stdout]     = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.13.1/src/dimension/dimension_trait.rs:537:5
[INFO] [stdout]     |
[INFO] [stdout] 537 |     #[inline]
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[inline]` can only be applied to functions
[INFO] [stdout]     = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.13.1/src/dimension/dimension_trait.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     #[inline]
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[inline]` can only be applied to functions
[INFO] [stdout]     = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.13.1/src/dimension/dimension_trait.rs:815:5
[INFO] [stdout]     |
[INFO] [stdout] 815 |     #[inline]
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[inline]` can only be applied to functions
[INFO] [stdout]     = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking liblzma v0.4.2
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.13.1/src/dimension/dimension_trait.rs:847:13
[INFO] [stdout]     |
[INFO] [stdout] 847 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 858 | / large_dim!(4, Ix4, (Ix, Ix, Ix, Ix), Ix5, {
[INFO] [stdout] 859 | |     impl_insert_axis_array!(4);
[INFO] [stdout] 860 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[inline]` can only be applied to functions
[INFO] [stdout]     = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]     = note: this error originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[inline]` attribute cannot be used on macro calls
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndarray-0.13.1/src/dimension/dimension_trait.rs:847:13
[INFO] [stdout]     |
[INFO] [stdout] 847 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 861 | / large_dim!(5, Ix5, (Ix, Ix, Ix, Ix, Ix), Ix6, {
[INFO] [stdout] 862 | |     impl_insert_axis_array!(5);
[INFO] [stdout] 863 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: `#[inline]` can only be applied to functions
[INFO] [stdout]     = note: placing this attribute on a macro invocation does nothing even if the macro expands to what would be a valid target for the attribute
[INFO] [stdout]     = note: this error originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling rinja_parser v0.3.5
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking rustfft v6.4.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking argmin-math v0.4.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr] error: could not compile `ndarray` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051", kill_on_drop: false }`
[INFO] [stdout] 7b21ffaa9335013acbacfd4641584133e2920ff0cfd0c36e62044c19cc75a051
